Skip to content

ReactiveShell.OnBindingContextChanged() method

Defined in

Type: ReactiveShell Namespace: ReactiveUI.XamForms Assembly: ReactiveUI.XamForms.dll

Applies to

netstandard2.0

protected override void OnBindingContextChanged()

View source

Inherited documentation

These docs were inherited from Shell. The member doesn't override them on this type.

Summary: Developers may override this method to customize behavior in response to the binding context changing.

Remarks

Developers should call base.OnBindingContextChanged() at the beginning of their overriding method.